home *** CD-ROM | disk | FTP | other *** search
- property spriteNum, pphotonum
- global gmyphotonum, gphotoloclist, grgblist, gsaveddata
-
- on beginSprite me
- set pphotonum to the name of the member of sprite spriteNum
- end
-
- on mouseDown me
- cursor(4)
- go("exphoto")
- updateStage()
- set stagerect to the rect of the stage
- set the rect of window pphotonum to inflate(stagerect, -48, -70)
- set the windowType of window pphotonum to 2
- set the fileName of window pphotonum to "@/dir/" & string(pphotonum)
- open(window pphotonum)
- set gmyphotonum to pphotonum
- if pphotonum = "1003" then
- set gphotoloclist to value(line 11 of gsaveddata)
- sort(gphotoloclist)
- set mlist to [:]
- repeat with m = 1 to count(gphotoloclist)
- set mlist to getAt(gphotoloclist, m)
- sort(mlist)
- if not (findPos(mlist, #rgb) = VOID) then
- set grgblist to getaProp(mlist, #rgb)
- end if
- end repeat
- end if
- cursor(-1)
- end
-